diff options
| author | Dhravya <[email protected]> | 2024-05-25 18:41:26 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-25 18:41:26 -0500 |
| commit | 075f45986fd4d198292226e64afb71b3515576b4 (patch) | |
| tree | 5c728356cd0310f1c1c012fd6618c72a836c314b /apps/web/app/api/[...nextauth]/route.ts | |
| parent | added social material (diff) | |
| download | supermemory-075f45986fd4d198292226e64afb71b3515576b4.tar.xz supermemory-075f45986fd4d198292226e64afb71b3515576b4.zip | |
refactored UI, with shared components and UI, better rules and million lint
Diffstat (limited to 'apps/web/app/api/[...nextauth]/route.ts')
| -rw-r--r-- | apps/web/app/api/[...nextauth]/route.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts new file mode 100644 index 00000000..50807ab1 --- /dev/null +++ b/apps/web/app/api/[...nextauth]/route.ts @@ -0,0 +1,2 @@ +export { GET, POST } from "../../helpers/server/auth"; +export const runtime = "edge"; |